| lcFontAddBin | Home |
|
HANDLE lcFontAddBin ( LPCWSTR szFontName, HANDLE hData ); |
| szFontName | |
|
Font name. If NULL or empty string is specified, then the loaded font will have a name as defined inside of the font. If the string is valid, then the font name will be redefined in the application. | |
| hData | |
| Pointer to a memory buffer which contains a dump of LCF file. | |
|
Handle to the added font. If the function fails, the return value is NULL. |
| lcFontAddRes, lcFontAddFile |